home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 35
/
Aminet 35 (2000)(Schatztruhe)[!][Feb 2000].iso
/
Aminet
/
comm
/
tcp
/
nfsd_source.lha
/
nfsd
/
src
/
service_nfsd.h
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1999-11-24
|
321 b
|
17 lines
/* Headers for RPC servicing functions
©1999 Joseph Walton
This software is distributed under the terms of the GNU General Public
License; either version 2 of the License, or (at your option) any
later version.
*/
#ifndef NFSD_SERVICE_NFSD_H
#define NFSD_SERVICE_NFSD_H
void service(int s);
#endif